Q3RotateAboutAxisTransform_GetOrigin
You can use theQ3RotateAboutAxisTransform_GetOrigin
function to get the origin of the axis of rotation of a rotate-about-axis transform.
TQ3Status Q3RotateAboutAxisTransform_GetOrigin ( TQ3TransformObject transform, TQ3Point3D *origin);
transform
- A rotate-about-axis transform.
origin
- On exit, the origin of the axis of rotation of the specified rotate-about-axis transform.
DESCRIPTION
TheQ3RotateAboutAxisTransform_GetOrigin
function returns, in theorigin
parameter, the current origin of the axis of rotation of the rotate-about-axis transform specified by thetransform
parameter.